此类表示PDF3DAnnotInstance 的数组。
更多...
继承自 FoxitPDFSDKPython3._object .
◆ PDF3DAnnotInstanceArray()
| def FoxitPDFSDKPython3.PDF3DAnnotInstanceArray.PDF3DAnnotInstanceArray |
( |
|
other | ) |
|
◆ Add()
| def FoxitPDFSDKPython3.PDF3DAnnotInstanceArray.Add |
( |
|
element | ) |
|
◆ GetAt()
| def FoxitPDFSDKPython3.PDF3DAnnotInstanceArray.GetAt |
( |
|
index | ) |
|
检索当前数组中由索引指定位置的元素副本。
- 参数
-
- 返回
- 元素的副本。
◆ GetSize()
| def FoxitPDFSDKPython3.PDF3DAnnotInstanceArray.GetSize |
( |
| ) |
|
◆ InsertAt()
| def FoxitPDFSDKPython3.PDF3DAnnotInstanceArray.InsertAt |
( |
|
index, |
|
|
|
element |
|
) |
| |
在由索引指定的位置之前插入一个元素。
- 参数
-
| [in] | index | 指定插入新元素位置的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |
| [in] | element | 要插入到当前数组的新元素。 |
- 返回
- 无。
◆ RemoveAll()
| def FoxitPDFSDKPython3.PDF3DAnnotInstanceArray.RemoveAll |
( |
| ) |
|
◆ RemoveAt()
| def FoxitPDFSDKPython3.PDF3DAnnotInstanceArray.RemoveAt |
( |
|
index | ) |
|
移除由索引指定位置的元素。
- 参数
-
| [in] | index | 指定要移除的元素的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |
- 返回
- 无。